﻿#w_grid-1594285863727 .reset_style:before{ transform: translateX(-50%); }
#w_grid-1594285863757 .reset_style:before{ transform: translateX(-50%); }
#w_grid-1594285863787 .reset_style:before{ transform: translateX(-50%); }
#w_grid-1594285863817 .reset_style:before{ transform: translateX(-50%); }

.c_portalResIntro_category-01001001 .NavList_a1 a.more,.c_portalResIntro_category-01001001 .NavList_a1 .swiper-slide-active a{
color: #00a5a8;
}
.c_portalResIntro_category-01001001 .NavList_a1 a.more:before{
    width: 80%;
    left: 10%;
    background-color: #00a5a8;
}

.common-container {
    max-width: 1146px;
    /* min-width: 800px; */
    margin: 0 auto;
}

.common-noheight {
    height: auto;
    min-height: auto;
    max-height: auto;
}
.common-banner {
    width: 100%;
}

.common-pagination {
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-pagination li a {
    display: block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #707070;
    margin: 0 10px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}
.common-pagination li.on a,
.common-pagination li:hover a {
    background-color: #00a6a9;
    color: #ffffff;
    border: 1px solid #00a6a9;
}
.common-pagination .none-class:hover a {
    cursor: default !important;
    color: #333333 !important;
    border: 1px solid #707070 !important;
    background-color: #ffffff !important;
}

*::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}
*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
*::-webkit-scrollbar-thumb {
    background-color: rgba(150, 150, 150, 0.2);
    background-clip: padding-box;
    min-height: 28px;
    border-radius: 5px;
}
*::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}


.index-pro-list{
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2%;
}
.index-pro-list .w_grid-000_mu.w_grid-000_mu_1.product-item {
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
.index-pro-list .w_grid-000_mu.w_grid-000_mu_1.product-item:hover {
    background: #00a5a8;
    color: #fff;
}
.index-pro-list .product-item >span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index-pro-list .e_image.e_DImage-001.p_dimage.p_dimage_1 {
    margin: 10% 10%;
}
.index-pro-list img {
    width: 100%;
    height: 100%;
}
/************************产品展示************************/
.pro-content {
    display: flex;
    margin-top: 73px;
    margin-bottom: 30px;
}
.pro-left {
    width: 26.1%;
    margin-right: 7.6%;
}
.pro-nav-title {
    width: 100%;
    height: 92px;
    background-color: #00a7a7;
    font-size: 38px;
    color: #ffffff;
    padding-left: 40px;
    line-height: 92px;
    cursor: pointer;
}
.pro-nav-list {
    margin-top: 22px;
    background-color: #f6f6f6;
}
.pro-nav-list li a {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #333333;
    padding-left: 42px;
    display: block;
}
.pro-nav-list li.on a,
.pro-nav-list li:hover a {
    color: #ffffff;
    background-color: #00a7a7;
    cursor: pointer;
}
.pro-right {
    flex: 1;
    width: 1px;
    padding-top: 40px;
}
.pro-list-title {
    color: #333333;
    font-size: 36px;
    border-bottom: 2px solid #c3c3c3;
}
.pro-list-title span {
    padding-right: 10px;
    position: relative;
}
.pro-list-title span::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #02a5a5;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.pro-list {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.pro-list-item {
    width: 31.57%;
    display: block;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-bottom: 2.63%;
    margin-right: 2.63%;
}
.pro-list-item:nth-child(3n) {
    margin-right: 0;
}
.pro-list-item .pro-item-image {
    max-width: 100%;
    object-fit: contain;
    height: 200px;
}
.pro-list-item .pro-item-name {
    color: #333333;
    font-size: 21px;
    height: 60px;
    width: 100%;
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #dddddd;
}
.pro-left-m {
    display: none;
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
    .pro-left {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 899px) {
    .pro-content {
        display: block !important;
        margin-top: 30px;
    }
    .pro-left {
        display: none;
    }
    .pro-right {
        padding: 0 15px;
        width: 100vw;
        box-sizing: border-box;
        flex: none !important;
    }
    .pro-list-title {
        display: none;
    }
    .pro-left-m {
        display: block !important;
    }
    .pro-nav-list-m {
        /* display: flex;
        flex-wrap: wrap; */
        width: 100vw;
        padding: 0 15px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 10px;
        margin-bottom: 15px;
    }
    .pro-nav-list-m li {
        height: 40px;
        line-height: 40px;
        border: 1px solid #dddddd;
        text-align: center;
        font-size: 13px;
        cursor: pointer;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .pro-nav-list-m li.on {
        background-color: #00a6a9;
        color: #ffffff;
        border: 1px solid #00a6a9;
    }
    .pro-nav-list-m li.on a {
        color: #ffffff;
    }
    .pro-list-item .pro-item-image {
        height: 150px;
    }
    .pro-list-item .pro-item-name {
        font-size: 12px;
    }

    .common-pagination {
        margin: 20px auto 30px auto;
    }
    .common-pagination li a {
        display: block;
        min-width: 26px;
        height: 26px;
        line-height: 26px;
        padding: 0 3px;
        margin: 0 3px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 500px) {
    .pro-list-item .pro-item-image {
        height: 120px;
    }
}
@media only screen and (max-width: 400px) {
    .pro-list-item .pro-item-image {
        height: 90px;
    }
}

/*********************产品详情**********************/
.pro-info {
    margin-top: 20px;
}

.pro-info-top {
    display: flex;
}
.pro-info-image {
    width: 45.93%;
    height: 250px;
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}
.pro-info-image img {
    max-width: 100%;
    max-height: 100%;
}
.pro-info-detail {
    width: 1px;
    flex: 1;
}
.pro-info-detail .pro-info-title {
    font-size: 22px;
    color: #00a5a8;
    padding-bottom: 10px;
    border-bottom: 2px solid #dddddd;
}
.pro-info-detail .pro-info-time {
    font-size: 12px;
    color: #666666;
    margin: 10px 0 20px 0;
}
.pro-info-detail .pro-info-desc {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.pro-info-detail .pro-info-service-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.pro-info-detail .pro-info-service-btn a {
    width: 120px;
    height: 40px;
    background-color: #00a5a8;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}
.pro-info-content {
    margin-top: 45px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 899px) {
    .pro-info-top {
        display: block;
    }
    .pro-info-image {
        width: auto;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .pro-info-detail {
        width: auto;
    }
}
@media only screen and (max-width: 500px) {
}
@media only screen and (max-width: 400px) {
}

/***********************新闻列表**********************/
.news-content {
    margin: 68px auto 84px auto;
}
.news-content .news-item {
    display: flex;
    align-items: center;
    padding: 42px 0;
    border-bottom: 2px solid #dfdfe9;
    cursor: pointer;
}
.news-content .news-item .news-item-img {
    margin-right: 40px;
    width: 270px;
    height: 165px;
}
.news-content .news-item .news-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item .news-item-info {
    height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-item .news-item-title {
    font-size: 26px;
    margin-bottom: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-item .news-item-desc,
.news-item .news-item-time {
    font-size: 16px;
    line-height: 20px;
    color: #aeaeae;
}
@media only screen and (max-width: 1146px) {
    .news-content {
        padding: 0 20px;
        margin: 30px 0;
    }
    .news-content .news-item {
        padding: 20px 0;
    }
    .news-content .news-item .news-item-img {
        margin-right: 3.49vw;
        width: 23.56vw;
        height: 14.4vw;
    }

    .news-item .news-item-info {
        height: 14.4vw;
        width: 72.95vw;
    }
    .news-item .news-item-title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .news-item .news-item-desc,
    .news-item .news-item-time {
        font-size: 14px;
    }
}
@media only screen and (max-width: 800px) {
    #w_grid-1592961162128 {
        height: auto;
        min-height: auto;
    }
    .news-content {
        padding: 0 15px;
        margin: 0px 0;
    }
    .news-content .news-item {
        border-bottom: 1px solid #dfdfe9;
    }
    .news-item .news-item-title {
        font-size: 14px;
        margin-bottom: 0;
    }
    .news-content .news-item .news-item-img {
        margin-right: 3.49vw;
        width: 29.45vw;
        height: 18vw;
    }
    .news-item .news-item-info {
        height: 18vw;
        width: 72.95vw;
    }
    .news-item .news-item-desc,
    .news-item .news-item-time {
        font-size: 11px;
        line-height: 14px;
    }
    .news-item .news-item-desc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

/***********************新闻详情***********************/
.bg-f7 {
    background-color: #f7f7f7;
}
.news-content1 {
    margin-top: 20px;
}
.news-detail {
    display: flex;
    width: 1146px;
    justify-content: space-between;
}
.news-detail .news-detail-box {
    width: 732px;
    background-color: #ffffff;
    padding: 40px;
    height: max-content;
}
.news-detail .news-more {
    background-color: #ffffff;
    width: 392px;
    padding: 36px 36px 0 36px;
    height: max-content;
}
.news-detail .news-detail-box .news-detail-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}
.news-detail .news-detail-box .news-detail-time {
    font-size: 14px;
    color: #999999;
}
.news-detail .news-detail-box .news-detail-content img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    margin: 15px 0;
}
.news-detail .news-detail-box .news-detail-content p {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.news-detail .news-more .news-more-title {
    font-size: 18px;
    color: #333333;
    padding-left: 15px;
    position: relative;
    margin-bottom: 25px;
}
.news-detail .news-more .news-more-title::after {
    content: '';
    width: 5px;
    height: 22px;
    background-color: #00a5a8;
    position: absolute;
    top: 0;
    left: 0;
}
.news-detail .news-more .news-more-list-item {
    border-top: 1px solid #dfdfe9;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.news-detail .news-more .news-more-item-left {
    width: 180px;
    height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-detail .news-more .news-item-title {
    font-size: 14px;
    color: #333333;
}
.news-detail .news-more .news-item-time {
    font-size: 12px;
    color: #999999;
}
.news-detail .news-more .news-more-item-right {
    width: 125px;
    height: 76px;
}
.news-detail .news-more .news-more-item-right img {
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (max-width: 1146px) {
    .news-detail {
        display: block;
    }
    .news-detail .news-detail-box,
    .news-detail .news-more {
        margin: 0 20px 20px;
        width: calc(100vw - 40px);
    }
}
@media only screen and (max-width: 800px) {
    .news-detail .news-detail-box,
    .news-detail .news-more {
        margin: 0 0 15px 0;
        width: 100vw;
        padding: 15px;
    }
    .news-detail .news-detail-box .news-detail-title {
        font-size: 18px;
    }
}

/*******************代理和经销品牌*******************/
.brand-content {
    margin-bottom: 70px;
}
.brand-content .brand-type {
    font-size: 35px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 75px 0;
}
.brand-content .brand-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 35px;
}
.brand-content .brand-item {
    width: 260px;
    height: 350px;
    background-color: #ffffff;
}
.brand-content .brand-item .brand-img {
    width: 260px;
    height: 300px;
    border-bottom: 2px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-content .brand-item .brand-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.brand-content .brand-item .brand-name {
    text-align: center;
    line-height: 48px;
    font-size: 14px;
}

@media only screen and (max-width: 1146px) {
    .brand-content {
        margin: 0 2.5vw 40px;
    }
    .brand-content .brand-type {
        font-size: 22px;
        margin: 6.54vw 0;
    }
    .brand-content .brand-list {
        grid-gap: 3vw;
    }
    .brand-content .brand-item {
        width: 21vw;
        height: 16.154vw;
    }

    .brand-content .brand-item .brand-img {
        width: 21vw;
        height: 12.115vw;
    }
    .brand-content .brand-item .brand-name {
        line-height: 4.188vw;
        font-size: 12px;
    }
}
@media only screen and (max-width: 800px) {
    .brand-content .brand-item .brand-name {
        font-size: 10px;
    }
}

/*************************企业文化********************/
.culture-content {
    margin-bottom: 70px;
}
.culture-content .culture-strong {
    font-size: 35px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 72px 0;
}
.culture-item {
    width: 1146px;
    margin-bottom: 50px;
}
.culture-item .culture-item-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}
.culture-item .culture-item-imgs {
    height: 350px;
    overflow: hidden;
    display: flex;
}
.culture-item .culture-img {
    width: 746px;
    height: 350px;
    position: relative;
    overflow: hidden;
    transition: ease 0.3s;
}
.culture-item .culture-img.on {
    width: 746px;
}
.culture-item .culture-img.w1 {
    width: 250px;
}
.culture-item .culture-img.w2 {
    width: 150px;
}
.culture-item .culture-img .mask {
    background-color: rgba(0, 167, 167, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.culture-item .culture-img.on .mask {
    background-color: rgba(0, 167, 167, 0);
    transition: all 0.5s;
}

.culture-item .culture-img img {
    width: 746px;
    height: 350px;
    object-fit: cover;
}
.culture-item .culture-img .culture-item-name {
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    top: 0;
    text-align: center;
    writing-mode: vertical-lr;
    letter-spacing: 20px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.culture-item .culture-img.on .culture-item-name {
    bottom: 15px;
    left: 25px;
    top: auto;
    width: auto;
    height: auto;
    writing-mode: unset;
    letter-spacing: 2px;
}

@media only screen and (max-width: 1146px) {
    .culture-content {
        margin: 0 1.745vw 40px;
    }
    .culture-content .culture-strong {
        font-size: 30px;
        margin: 50px 0;
    }
    .culture-item {
        width: 96.5vw;
        margin-bottom: 4.36vw;
    }
    .culture-item .culture-item-title {
        font-size: 20px;
        color: #333333;
        margin-bottom: 20px;
    }
    .culture-item .culture-item-imgs {
        height: 30.54vw;
    }
    .culture-item .culture-img {
        width: 65.09vw;
        height: 30.54vw;
        position: relative;
        transition: ease 0.3s;
    }
    .culture-item .culture-img.on {
        width: 65.09vw;
    }
    .culture-item .culture-img.w1 {
        width: 21.815vw;
    }
    .culture-item .culture-img.w2 {
        width: 13.089vw;
    }
    .culture-item .culture-img img {
        width: 65.09vw;
        height: 30.54vw;
        object-fit: cover;
    }
}
@media only screen and (max-width: 800px) {
    .culture-content .culture-strong {
        font-size: 20px;
        margin: 20px 0;
    }

    .culture-item .culture-item-title {
        font-size: 16px;
        color: #333333;
        margin-bottom: 15px;
    }

    .culture-item .culture-img .culture-item-name {
        font-size: 14px;
        letter-spacing: 10px;
    }
}
